From: David Howells Date: Mon, 9 Feb 2009 16:47:36 +0000 (+0000) Subject: FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~23991 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a8e807f7607ab633de7be4e2f4c350923cc2cb63;p=linux-4.9.git FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/arch/frv/mm/dma-alloc.c b/arch/frv/mm/dma-alloc.c index dc6522c464d4..44840e73e907 100644 --- a/arch/frv/mm/dma-alloc.c +++ b/arch/frv/mm/dma-alloc.c @@ -36,10 +36,10 @@ #include #include #include +#include #include #include -#include #include #include #include